home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_arplibrary.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
197b
|
16 lines
/* EaglePlayer - Filerequester = ARP.Library */
address 'rexx_EP'
options results
ARPLibrary
if result == "no then do
say "Can't use Arp.Library"
end
else do
say "Now using ARP.Library"
end